2024
2024-12-29
-
Improved
- Add more tooltip for Weights and Activator in Project's Detail.
- Add radius to Best/Rank Variable.
- Add unit in BioModel Composition.
-
Fixed
- Rank Variable set to Evaluation would work as expected.
- Best Variable set to Value would work as expected.
- The last column of BioModel Composition will get correct unit.
2024-12-28
- Fixed
- BioModel table height will be fixed while the window is resized.
2024-12-26
-
Fixed
- Personal Project/DataSet list filter will work.
- Simulation Figure tank switch will work.
2024-12-18
-
Improved
- Add responsive dimensions to tables and cards.
2024-12-17
-
Added
- Add Composition support.
2024-12-08
-
Improved
- Add more tooltip for Additional Targets.
-
Fixed
- Fixed Additional Targets noIndex bugs.
2024-12-07
-
Improved
- Add radius to tables and cards.
- Refine Home Overview page.
- Refne Dashboard left drawer.
- Rename Simpo Home "Library" to "Resource".
-
Fixed
- Add new Point Settling Tank will get the correct initial Settling Factor (1.0).
2024-11-25
-
Improved
- Only the 1st row (0) of the time index in Tank/Inflow/Flow cannot be edited.
BioCalculated
andConstant Volume
will display a switch in TankList page.- Replace
dataMeasuredOpen
withmeasuredGetterDict[measuredNameOpen][tankTypeDict[measuredNameOpen]]
. - Replace
dataInflowOpen
withinflowGetterDict[inflowNameOpen]
. - Replace
dataflowOpen
withflowGetterDict[flowNameOpen]
.
-
Fixed
- Tank name will be all the same while creating a new DataSet.
BioCalculated
andConstant Volume
won't got null value while creating a new DataSet.- Tank/Inflow/Flow data will be saved correctly now.
- Tank/Inflow/Flow step add data will be saved correctly now.
- The 1st row of Setting Tank Outlet and Blanket will be edited as expected.
- While leave the Detail page of BioModel/DataSet/Project,the page won't ask if nothing changed.
2024-10-04
-
Improved
- All the "True"/"False" in DataSet.Tank and Solution.Variable/Activator will be changed to boolean.
- After the 2nd tank's data will be get by streaming.
2024-09-25
-
Improved
- If DataSet does not have a graph json, it will auto layout.
2024-09-22
-
Added
- Add NAGETIVE ERROR and IMPROVED WARNING support.
- Private version can be shared.
- Add Pareto figure in Sensitivity.
-
Improved
- The get action of Detail of BioModel/DataSet/Project will be delay to improve the first page open speed.
- Replace websocket to message middleware.
2024-08-18
-
Improved
- Add table section query.
2024-08-17
-
Improved
- Add RSA Crypto.
2024-07-28
-
Improved
- All the tables popup editor will got proper hints and titles.
-
Fixed
- Addition Target will get correct input in Conversions.
- All the tables will be re-index the NoIndex right after sorted by dragger.
2024-05-23
-
Changed
- Empty lines are not allowed in Solution.Convention.
-
Improved
- The range of Forward Euler step tolerance change to 0.01%~20%.
2024-05-13
-
Added
- Sensitivity/Uncertainty/Estimation Report will support more content.
-
Fixed
- API report.result_report() will be called only router includes 'id'.
- Fixed some known bugs.
2024-05-12
- Added
- Now Evaluation/Value can be setted after Sensitivity/Uncertainty/Estimation in Report.
- Add reslut post upload Stream support.
2024-05-11
-
Added
- Add sort_str_number_keys() to to keep the original order.
- Add wait in get_fortran_runfile to make sure complied file will be generated before open client urlProtocol.
-
Improved
- Calculation will be started after compiled the calculation files.
-
Fixed
- Change
sort_keys=True
tosort_keys=False
in alljson.dumps()
to keep the original order. - Fixed some known bugs.
- Change
2024-05-10
-
Improved
- Delete API of BioModel/DataSet/Project can delete all of the selected rows now.
-
Fixed
- Add
sort_keys=True
in alljson.dumps()
to keep the original order. - Fixed some known bugs.
- Add
2024-05-09
-
Added
- Support clone one's own BioModel/DataSet/Project.
-
Improved
- Move Export button to Profile header.
-
Fixed
- Fixed some known bugs.